home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
-
- CSDB Library, Version 1.6.b
- Released: March 2nd 1995
-
- Header file to include all other header files
- of the database classes. Time being only five, but
- with several more to come!
-
- Copyright(c) 1994,1995
- Combis
- The Netherlands
- ***********************************************************************/
- #ifndef __CSDB_H
- #define __CSDB_H
-
- #include "csbtree.h"
- #include "cstbase.h"
- #include "csvbase.h"
- #include "csvbaxe.h"
- #include "csvram.h"
-
- #endif
-